		* EDITING *
Write:
	Bool:"gameOver"		true = gameover
	Bool:"quit"			true = QUIT

read:	(editing)
	Bool:"gameOver"		sets component
	Bool:"quit"			sets component



		* VIEWING *

read:	(editor preview - single line)
Displays:	"GameOver > Title"
	Bool:"gameOver"		Shown if true, followed by ">"
	Bool:"quit"			Shows either:  "Title" / "QUIT"


read:	(tool tip)
---



		* GAMEPLAY *

read:	(game engine - Execution)
	Bool:"gameOver"		displays the "Game Over" screen
					before doing the next item.
	Bool:"quit"			Either goes to the "Title Screen"
					or QUITS the program.